/* override flexslider default style */
.flexslider {
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-nav {
	position: absolute;
	bottom:40px;
	left:0;
	z-index:9;
	display:block;
	width:100%;
	overflow:hidden;
	height:40px;
	padding:10px;
	text-align:center;
}
.flex-control-paging li{ display:inline-block;}
.flex-control-paging li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	float:left;
	line-height:100px;
	text-align:center;
	width:65px;
	height:10px;
    margin:0px 5px;
    font-family:'futura',Arial;
    font-size:12px;
	background:#FFF;
	position:relative;
}
.flex-control-paging li a.flex-active { background: #129d99;}

.flex-direction-nav {
	height:90px;
	width: 100%;
	position: absolute;
	top:50%;
	left:0;
	margin: -50px 0 0; 	
	z-index:100;
}

.flex-direction-nav li {
	overflow:visible;
}

.flex-direction-nav a  { 
	overflow:visible;
	width: 90px; 
	height: 90px; 
	margin: 0; 
	opacity: 0;  
	top:0;
	color: rgba(0,0,0,0.8); 
	text-shadow: none; 
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 
	background-color: rgba(0,0,0,0.5) ;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	display:none;
}

.flex-direction-nav .arrow {
	position: absolute;
	top:0;
	left:0;
	width: 90px; 
	height: 95px; 
	z-index:200;
}



/* general style */
.preview {
	width: 95px;
	height:95px;
	position: absolute;
	top:0;
	left:-90px;
	z-index:100;
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 	
	opacity:0;
}

.preview img {
	position: absolute;
	left:90px;
	top:0;
	width:95px;
	height:95px;
}


/* next button */			
.flex-next .preview {
	right:-90px;
	left:auto;	
}

.flex-next .preview img {
	position: absolute;
	left:-90px;
	top:0;
	width:95px;
	height:95px;
}

.flex-next .preview .alt {
	left:0;
}


/* hover style */		
.flex-prev:hover .preview {
	left:0;
	opacity:1;
}

.flex-next:hover .preview {
	right:0;
	opacity:1;
}	

@media (max-width: 767px) {
.flex-control-nav {
	bottom:0px;
}
.flex-control-paging li a { width:7px; height:7px; }
.flex-control-paging li a.flex-active { width: 30px; }
	
	

}